Bitmap for UWP
Matrix5x4 コンストラクタ(Single[])

C1.UWP.DX アセンブリ > C1.Util.DX 名前空間 > Matrix5x4 構造体 > Matrix5x4 コンストラクタ : Matrix5x4 コンストラクタ(Single[])
The values to assign to the components of the Matrix5x4. This must be an array with sixteen elements.
Initializes a new instance of the Matrix5x4struct.
シンタックス
'宣言
 
Public Function New( _
   ByVal values() As System.Single _
)
public Matrix5x4( 
   System.float[] values
)

パラメータ

values
The values to assign to the components of the Matrix5x4. This must be an array with sixteen elements.
例外
例外解説
Thrown when valuesis null.
Thrown when valuescontains more or less than sixteen elements.
参照

Matrix5x4 構造体
Matrix5x4 メンバ
オーバーロード一覧